Get fulfillment option
Fulfillment
Get fulfillment option
Retrieve a single fulfillment mode by its external identifier.
GET
Get fulfillment option
Returns one fulfillment option by external
id. Use this endpoint after the customer selects a fulfillment mode to load its name, type code, and status for the storefront.
Requires a Fire spark access token obtained through token
exchange.
Path parameters
Request
Response
The response wraps a single fulfillment object indata. The shape matches list fulfillment options.
Fulfillment fields
See list fulfillment options for the full schema.Error responses
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
External fulfillment identifier.
Required string length:
1 - 64Pattern:
^[a-zA-Z0-9_-]+$Response
200 - application/json
Ok